Rename locals to avoid shadowing.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2011 07:42:44 +0000 (23:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2011 07:42:44 +0000 (23:42 -0800)
commit781eb9cfe9457b92ee459365525f3b28184e5687
treefcc6dda716f20e5dde8804250d275fcaad3ff68b
parentc4d4eeeb1d749910ac84be2afee863648011e59f
Rename locals to avoid shadowing.

* fileio.c (Finsert_file_contents):
Rename inner 'gcpro1' to 'inner_gcpro1' to avoid shadowing.
* process.c (wait_reading_process_output):
Rename inner 'proc' to 'p' to avoid shadowing.
Indent for consistency with usual Emacs style.
src/ChangeLog
src/fileio.c
src/process.c